@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,700,700italic,400italic);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300);

@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/helveticaneue-regular.eott');
	src: url('../fonts/helveticaneue-regular.eot?#iefixx') format('embedded-opentype'),
		url('../fonts/helveticaneue-regular.wofff') format('woff'),
		url('../fonts/helveticaneue-regular.ttff') format('truetype'),
		url('../fonts/helveticaneue-regular.svg#helveticaneuee') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/helveticaneuebold.eott');
	src: url('../fonts/helveticaneuebold.eot?#iefixx') format('embedded-opentype'),
		url('../fonts/helveticaneuebold.wofff') format('woff'),
		url('../fonts/helveticaneuebold.ttff') format('truetype'),
		url('../fonts/helveticaneuebold.svg#helveticaneueboldd') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCondensed';
	src: url('../fonts/helveticaneuecondensedblack.eott');
	src: url('../fonts/helveticaneuecondensedblack.eot?#iefixx') format('embedded-opentype'),
		url('../fonts/helveticaneuecondensedblack.wofff') format('woff'),
		url('../fonts/helveticaneuecondensedblack.ttff') format('truetype'),
		url('../fonts/helveticaneuecondensedblack.svg#helveticaneuecondensedblackk') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCondensed';
	src: url('../fonts/helveticaneuecondensedbold.eot?#iefixx');
	src: url('../fonts/helveticaneuecondensedbold.eot?#iefixx') format('embedded-opentype'),
		url('../fonts/helveticaneuecondensedbold.wofff') format('woff'),
		url('../fonts/helveticaneuecondensedbold.ttff') format('truetype'),
		url('../fonts/helveticaneuecondensedbold.svg#helveticaneuecondensedboldd') format('svg');
	font-weight: bold;
	font-style: normal;
}






* {
	padding: 0;
	margin: 0
}

img {
	border: 0 none
}

a {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #069;
}

a:active {
	text-decoration: none;
	color: #069;
}

p,
.p {
	margin: 0px 0px
}

.p-0 {
	padding: 0
}

.m-0 {
	margin: 0
}

.mt-30 {
	margin-top: 30px;
}

.mR-30 {
	margin-right: 30px;
}

.w {
	width: 350px;
}

.w520 {
	width: 520px;
}

/**/
table {
	border: 0;
	border-collapse: collapse
}

/**/


.ar {
	direction: rtl;
}

body {
	font-size: 16px;
	font-family: 'Roboto Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
}

h2,
.h2,
h3,
.h3,
h4,
.h4 {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	color: #000000;
}

h1,
.h1 {
	font-size: 40px;
	line-height: 1.1em;
	font-weight: bold;
}

h2,
.h2 {
	font-size: 20px;
	margin-bottom: 5px
}

h3,
.h3 {
	font-size: 18px
}

h4,
.h4 {
	font-size: 17px;
	color: #333;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	margin: 5px 0 24px;
	font-weight: normal;
	color: #666;
	margin-bottom: 15px
}

h5 strong {
	color: #000;
	display: block;
}

/**/
.list-unstyled {
	list-style: none
}

.list-unstyled li {}

.list-unstyled li a:hover {
	/*background-color:#090;*/
	color: #339900;
}

.list-disc {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 25px;
	margin: 10px 0;
}

/**/
.container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	font-size: 16px
}

.header {}

/*icons*/
.icon,
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	background: 0 0 url(../../../tv-desi/marketing/images/sprite.png) no-repeat;
	*margin-right: .3em;

}

.icon:last-child,
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
	*margin-left: 0;
}

.icon-facebook {
	background-position: -0 0;
}

.icon-twitter {
	background-position: -32px 0;
}

.icon-chat {
	background-position: -64px 0;
}

.icon-login {
	background-position: -96px 0;
}

a:hover .icon-login,
a.active .icon-login {
	background-position: -96px -32px;
}

/* common font-family classes*/
.tk-RobotoCondensed {
	font-family: "Roboto Condensed", sans-serif !important;
}

.tk-HelveticaNeue {
	font-family: "HelveticaNeue", sans-serif !important;
}

.tk-HelveticaNeueCondensed {
	font-family: "HelveticaNeueCondensed", sans-serif !important;
}

/**/
.darkash {
	color: #333
}

.ash {
	color: #666
}

.white {
	color: #fff;
}

.dark {
	color: #000;
	font-weight: bold;
}

.darkred {
	color: #330;
}

.red {
	color: #ff0000
}

.orange {
	color: #fc0;
}

.green {
	color: #32ca4e
}

.darkorange {
	color: #f60;
}

.darkgreen {
	color: #09c;
}

.blue {
	color: #069
}

.lightblue {
	color: #6cf;
}

.navy-blue {
	color: #036;
}

.parrot {
	color: #9c3
}

.fadeblue {
	color: #39c;
}

.black {
	color: #000
}

.fadegreen {
	color: #55B82F;
}

/**/
.cU {
	text-transform: uppercase
}

.cL {
	text-transform: lowercase
}

.cCap {
	text-transform: capitalize
}

/**/
.i {
	font-style: italic
}

.b {
	font-weight: bold
}

.n {
	font-weight: normal
}

/**/
.bb {
	border-bottom: 1px solid #1183BD;
}

.aC {
	text-align: center
}

.aR {
	text-align: right
}

.aL {
	text-align: left
}

/**/
.oA {
	overflow: auto
}

.oH {
	overflow: hidden
}

.rel {
	position: relative
}

.abs {
	position: absolute
}

.vaM {
	vertical-align: middle
}

/* font sizes*/
.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-24 {
	font-size: 24px;
}

.fs-28 {
	font-size: 28px;
}

.fs-60 {
	font-size: 60px;
}

/*line height*/
.lh-18em {
	line-height: 24px;
	font-size: 16px;
}

.lh-26em {
	line-height: 2.6em;
}

/* tricky css of floating */
.clr {
	clear: both
}

.cB {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.cL {
	clear: left
}

.cR {
	clear: right
}

.fL {
	float: left
}

.fR {
	float: right
}

.fN {
	float: none
}

/* slightly enhanced, universal clearFix hack */
.cF:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.cF {
	display: inline-block;
}

/* start commented backslash hack \*/
* html .cF {
	height: 1%;
}

.cF {
	display: block;
}

a.yellow-icon {
	background: transparent url('../images/yellow-right-arrow.png') no-repeat right center;
	color: #fc3;
	height: 12px;
	font-size: 16px;
	padding-right: 15px;
}

a.yellow-plus {
	background: transparent url('../images/yellow-icon.png') no-repeat left center;
	color: #fc3;
	font-size: 16px;
	padding-left: 15px;
}

a.blue-icon {
	background: transparent url('../images/blue-right-arrow.png') no-repeat right center;
	color: #0099cc;
	font-size: 16px;
	height: 12px;
	padding-right: 15px;
}

a.blue-plus {
	background: transparent url('../images/blue-icon.png') no-repeat left center;
	color: #0099cc;
	font-size: 16px;

	font-weight: bold;
	padding-left: 15px;
}

/* close commented backslash hack */
.btn-continue_en {
	background: transparent url('../images/btn-continue_en.png') no-repeat top center;
	border: 0px;
	height: 45px;
	width: 260px;
	cursor: pointer;

}

.btn-continue_ar {
	background: transparent url('../images/btn-continue_ar.png') no-repeat top center;
	border: 0px;
	height: 45px;
	width: 260px;
	cursor: pointer;

}

.btn img {
	left: 180px;
	position: absolute;
	top: 6px;
	z-index: 10;
	opacity: 1;
}

.btn:hover img {
	opacity: 0.4;
}

.btn {
	box-shadow: 2px 2px 2px black;
	background: url('../images/button-sprite.png') transparent top left repeat-x;
	position: relative;
	width: 219px;
	height: 31px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	border: 0px;
	padding: 5px 0px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	color: #fff;
}

.btn-learn-more {
	position: relative;
	width: 225px;
	height: 35px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	border: 0px;
	padding: 10px 0px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	display: block;
	color: #fff;
}


.btn-watch-now-blue {
	width: 174px;
	height: 33px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	padding: 6px 0px;
	background: transparent url('../images/btn-watch-now-blue.png') no-repeat top left;
	-moz-text-shadow: 1px 1px 11px rgb(147, 150, 150);
	-webkit-text-shadow: 1px 1px 11px rgb(147, 150, 150);
	-o-text-shadow: 1px 1px 11px rgb(147, 150, 150);
	-ms-text-shadow: 1px 1px 11px rgb(147, 150, 150);
	text-shadow: 1px 1px 11px rgb(147, 150, 150);
	margin-left: 13px;
}

.btn-learn-more-yellow {
	background: url("../images/learn-more-yellow.png") no-repeat scroll left top transparent;
	color: #000000;
	display: block;
	font-family: 'HelveticaNeueCondensed', sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 45px;
	line-height: 43px;
	padding-right: 27px;
	padding-top: 2px;
	text-align: center;
	text-transform: uppercase;
	width: 146px;
}

.secondary-pages ul li {
	margin-left: 20px;
}

ul.yellow-tick {
	list-style: none;
}

ul.yellow-tick li {
	background: url("../images/yellow-tick.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	font-size: 16px;
	padding-bottom: 12px;
	padding-left: 24px;
}

/* Language specific */
body.zh_HK,
p.zh_HK,
div.zh_HK,
span.zh_HK,
a.zh_HK,
h1.zh_HK,
h2.zh_HK,
h3.zh_HK,
h4.zh_HK,
h5.zh_HK,
h6.zh_HK,
body.zh_CN,
p.zh_CN,
div.zh_CN,
span.zh_CN,
a.zh_CN,
h1.zh_CN,
h2.zh_CN,
h3.zh_CN,
h4.zh_CN,
h5.zh_CN,
h6.zh_CN,
body.zh_HK h1,
body.zh_HK h2,
body.zh_HK h3,
body.zh_CN h1,
body.zh_CN h2,
body.zh_CN h3,
body.zh_HK ul li,
body.zh_CN ul li {
	/*font-family: "Microsoft YaHei", "HuaWen XiHei","HuaWen Song ti" !important;*/
	/* font-family: STXihei, "Microsoft JhengHei", SimHei!important; */
}

.font1 {
	font-family: STXihei, "Microsoft JhengHei", SimHei !important;
}

.logobox {
	cursor: default;
}

.euPhone {
	position: absolute !important;
	right: 0px;
	top: 22px
}

.usNav {
	margin-top: 20px !important;
}

.loginWrap {
	width: 1006px;
	height: 0px;
	position: relative;
	margin: 0 auto;
}

.login1 {
	border: 1px #efefef solid;
	position: absolute;
	right: 20px;
	top: 37px;
	z-index: 22;
	width: 330px;
	height: 200px;
	background: #fff;
	border-radius: 5px;
	margin: 0 auto;
	padding-top: 40px;
}

.login1 .ipt1,
.login1 .pass1 {
	display: block;
	width: 230px;
	height: 34px;
	border: 1px #ddd solid;
	border-radius: 1px;
}

.ipt1 {
	padding-left: 35px;
	margin-left: 30px;
	background: url(../images/ipt.png) no-repeat 5px center;
	background-size: 20px;
}

.pass1 {
	padding-left: 35px;
	margin-left: 30px;
	background: url(../images/pass.png) no-repeat 5px center;
	background-size: 20px;
	margin-top: 20px;
}

.login1 .btn1 {
	cursor: pointer;
	outline: none;
	display: block;
	width: 150px;
	height: 44px;
	background: url(../images/next_btn.png) no-repeat;
	color: #fff;
	margin: 0px auto 0px;
	background-size: 100%;
	border: none;
	font-size: 16px;
}

.login1 .errormsg{
    display: block;
	height: 24px;
	line-height: 24px;
	margin-left: 30px;
    margin-top: 5px;
}

.login1 .errormsg i {
	font-size: 12px;
	color: red;
	font-style: normal;
	display: inline-block;
	padding-left: 20px;
	background: url(../images/error.png) no-repeat left 3px;
	background-size: 16px;
    display: none;

}

.forget {
	color: #666;
	padding: 1px 5px 5px 5px;
	display: block;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}

.commonBtnImgBackg {
	width: 195px;
	height: 40px;
	background-color: #19AAD9;
	line-height: 40px;
	text-align: center;
	margin-bottom: 100px;
	cursor: pointer;
}

.commonBtnImgBackg span {
	color: #fff;
}
.account{
    display: flex;
    justify-content: center;
}
.account a{
    display: inline-block;
    width: 200px;
    height: 40px;
    background-color: #19AAD9;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-right: 18px;
}

.resetPass {
	width: 400px;
	height: auto;
	margin: 0 auto;
	min-height: 260px;
}

.ipt_table tr td {
	height: 45px;
	font-size: 14px;
}

.ipt_table .pass2 {
	display: block;
	width: 220px;
	height: 28px;
	border: 1px #ccc solid;
	border-radius: 2px;

}

.btn2 {
	cursor: pointer;
	outline: none;
	display: block;
	width: 150px;
	height: 44px;
	background: url(../images/next_btn.png) no-repeat;
	color: #fff;
	margin-top: 20px;
	background-size: 100%;
	border: none;
	font-size: 16px;
}

.ml1 {
	margin-left: 34px;
}

.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 1000;
}

.emailWrap {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 370px;
	height: auto;
	z-index: 1001;
	margin-left: -185px;
	margin-top: -100px;
	background: #fff;
	border-radius: 4px;
	padding-bottom: 30px;
}

.emailWrap .title {
	margin-left: 40px;
	font-size: 14px;
	line-height: 40px;
	margin-top: 20px;
}

.emailWrap .ipt1 {
	margin-left: 40px;
	display: block;
	width: 250px;
	height: 34px;
	border: 1px #aaa solid;
	padding-left: 35px;
	background: url(../images/ipt.png) no-repeat 5px center;
	background-size: 20px;
}

.emailWrap .btn1 {
	margin-left: 40px;
	cursor: pointer;
	outline: none;
	display: block;
	width: 150px;
	height: 44px;
	background: url(../images/next_btn.png) no-repeat;
	;
	color: #fff;
	margin-top: 0px;
	background-size: 100%;
	border: none;
	font-size: 16px;
}

.emailWrap .errorSpan {
	display: block;
	height: 24px;
	line-height: 24px;
	margin-left: 40px;
}

.emailWrap .errorSpan i {
	font-size: 12px;
	color: red;
	font-style: normal;
	display: inline-block;
	padding-left: 20px;
	background: url(../images/error.png) no-repeat left 3px;
	background-size: 16px;
}


.passWrap {
	position: fixed;
	top: 240px;
	left: 50%;
	width: 370px;
	height: auto;
	z-index: 1001;
	margin-left: -200px;
	background: #fff;
	border-radius: 4px;
	padding-bottom: 30px;
	padding-top: 40px;
	padding-left: 30px;
}

.mask,.emailWrap,.passWrap{
	display: none;
}
.forget{
	cursor: pointer;
}
.ipt_wrap{
    width: 550px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
}
.ipt_table2 tr td{
    height: 38px;
}
.ipt_table2 label{
    display: inline-block;
    font-size: 14px;
    width: 50px;
    color: #000;
}
.ipt_table2 .ipt{
    border: 1px #aaa solid;
    height: 26px;
    border-radius: 1px;
    width: 60%;
    box-sizing: border-box;
    padding-left: 2px;
    color: #777;
    font-size: 14px;
}
.ipt_table2 .sel{
    border: 1px #aaa solid;
    height: 26px;
    border-radius: 1px;
    color: #777;
    font-size: 14px;
    margin-left: -3px;
    min-width: 218px;
    max-width: 330px;
}
.ipt_table2 .sel1{
    border: 1px #aaa solid;
    height: 26px;
    border-radius: 1px;
    color: #777;
    font-size: 14px;
    margin-left: -3px;
    min-width: 80px;
    margin-right: 5px;
}
.ipt_table2 .w1{
    width: 40%;
}
.ipt_table2 .w3{
    width: 55px;
}
.ipt_table2 .w4{
    width: 80px;
}
.ipt_table2 .w5{
    width: 167px;
}
.ipt_table2 .ml1{
    margin-left: 210px;
}
.table_addS1 label{
     width: 120px;
     text-align: right;
     padding-right: 10px;
}
.ipt_table2_en label{
    text-align: right;
    padding-right: 5px;
    width: 102px;
}
.w650{
    width: 650px;
}
.statement{
    width: 500px;
    margin: 0 auto;
    min-height: 400px;
}
.statement ul{
    list-style: none;
    padding-bottom: 50px;
    overflow: hidden;
}
.statement ul li{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 24px;
}
.statement ul a{
    text-decoration: underline;
}

.logoutWrap {
	width: 1006px;
	height: 0px;
	position: relative;
	margin: 0 auto;
}

.logout1 {
	border: 1px #efefef solid;
	position: absolute;
	right: 20px;
	top: 37px;
	z-index: 22;
	width: 170px;
	height: auto;
	background: #fff;
	border-radius: 5px;
	margin: 0 auto;
	padding-top: 10px;
    padding-bottom: 10px;
}
.logout1 .btn1 {
    cursor: pointer;
    outline: none;
    display: block;
    width: 90px;
    height: 24px;
    background: #60afd9;
    color: #fff;
    margin: 0px auto 0px;
    background-size: 100%;
    border: none;
    font-size: 12px;
    border-radius: 3px;
    font-weight: bold;
    font-family: 'Roboto Condensed','Arial Narrow', Arial, Helvetica, sans-serif;
}


.layui-layer-imgbar,.layui-layer-imgtit a,.layui-layer-tab .layui-layer-title span,.layui-layer-title {
	text-overflow: ellipsis;
	white-space: nowrap
}

html #layuicss-layer {
	display: none;
	position: absolute;
	width: 1989px
}

.layui-layer,.layui-layer-shade {
	position: fixed;
	pointer-events: auto
}

.layui-layer-shade {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: rgb(0, 0, 0); 
    opacity: 0.3;
}

.layui-layer {
	-webkit-overflow-scrolling: touch;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-background-clip: content;
	border-radius: 2px;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    width: 300px;
    height: auto;
    background: #fff;
    z-index: 9999;
    transform: translate(-50%,-50%);
    text-align: center;
}

.layui-layer-close {
	position: absolute
}

.layui-layer-content {
	position: relative;
    padding: 30px;
    text-align: center;
}

.layui-layer-border {
	border: 1px solid #b2b2b2;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 1px 1px 5px rgba(0,0,0,.2)
}

.layui-layer-load {
	background: url(loading-1.gif) center center no-repeat #eee
}

.layui-layer-ico {
	background: url(icon.png) no-repeat
}

.layui-layer-btn a,.layui-layer-dialog .layui-layer-ico,.layui-layer-setwin a {
	display: inline-block;
	vertical-align: top
}

.layui-layer-move {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: move;
	opacity: 0;
	background-color: #fff;
	z-index: 2147483647
}

.layui-layer-resize {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 0;
	bottom: 0;
	cursor: se-resize
}

.layer-anim {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}

@-webkit-keyframes layer-bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes layer-bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.layer-anim-00 {
	-webkit-animation-name: layer-bounceIn;
	animation-name: layer-bounceIn
}

@-webkit-keyframes layer-zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes layer-zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		-ms-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		-ms-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.layer-anim-01 {
	-webkit-animation-name: layer-zoomInDown;
	animation-name: layer-zoomInDown
}

@-webkit-keyframes layer-fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes layer-fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.layer-anim-02 {
	-webkit-animation-name: layer-fadeInUpBig;
	animation-name: layer-fadeInUpBig
}

@-webkit-keyframes layer-zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes layer-zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		-ms-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		-ms-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.layer-anim-03 {
	-webkit-animation-name: layer-zoomInLeft;
	animation-name: layer-zoomInLeft
}

@-webkit-keyframes layer-rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

@keyframes layer-rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		-ms-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

.layer-anim-04 {
	-webkit-animation-name: layer-rollIn;
	animation-name: layer-rollIn
}

@keyframes layer-fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.layer-anim-05 {
	-webkit-animation-name: layer-fadeIn;
	animation-name: layer-fadeIn
}

@-webkit-keyframes layer-shake {
	0%,100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

@keyframes layer-shake {
	0%,100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}
}

.layer-anim-06 {
	-webkit-animation-name: layer-shake;
	animation-name: layer-shake
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.layui-layer-title {
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #f8f8f8;
	border-radius: 2px 2px 0 0
}

.layui-layer-setwin {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 0;
	line-height: initial
}

.layui-layer-setwin a {
	position: relative;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	font-size: 12px
}

.layui-layer-setwin .layui-layer-min cite {
	position: absolute;
	width: 14px;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #2e2d3c;
	cursor: pointer
}

.layui-layer-setwin .layui-layer-min:hover cite {
	background-color: #2d93ca
}

.layui-layer-setwin .layui-layer-max {
	background-position: -32px -40px
}

.layui-layer-setwin .layui-layer-max:hover {
	background-position: -16px -40px
}

.layui-layer-setwin .layui-layer-maxmin {
	background-position: -65px -40px
}

.layui-layer-setwin .layui-layer-maxmin:hover {
	background-position: -49px -40px
}

.layui-layer-setwin .layui-layer-close1 {
	background-position: 1px -40px;
	cursor: pointer
}

.layui-layer-setwin .layui-layer-close1:hover {
	opacity: .7
}

.layui-layer-setwin .layui-layer-close2 {
	position: absolute;
	right: -28px;
	top: -28px;
	width: 30px;
	height: 30px;
	margin-left: 0;
	background-position: -149px -31px
}

.layui-layer-setwin .layui-layer-close2:hover {
	background-position: -180px -31px
}

.layui-layer-btn {
	text-align: right;
	padding: 0 15px 12px;
	pointer-events: auto;
	user-select: none;
	-webkit-user-select: none
}

.layui-layer-btn a {
	height: 28px;
	line-height: 28px;
	margin: 5px 5px 0;
	padding: 0 15px;
	border: 1px solid #dedede;
	background-color: #fff;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none
}

.layui-layer-btn a:hover {
	opacity: .9;
	text-decoration: none
}

.layui-layer-btn a:active {
	opacity: .8
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #1e9fff;
	background-color: #1e9fff;
	color: #fff
}

.layui-layer-btn-l {
	text-align: left
}

.layui-layer-btn-c {
	text-align: center
}

.layui-layer-dialog {
	min-width: 260px
}

.layui-layer-dialog .layui-layer-content {
	position: relative;
	padding: 20px;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: auto
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
	position: absolute;
	top: 16px;
	left: 15px;
	width: 30px;
	height: 30px
}

.layui-layer-ico1 {
	background-position: -30px 0
}

.layui-layer-ico2 {
	background-position: -60px 0
}

.layui-layer-ico3 {
	background-position: -90px 0
}

.layui-layer-ico4 {
	background-position: -120px 0
}

.layui-layer-ico5 {
	background-position: -150px 0
}

.layui-layer-ico6 {
	background-position: -180px 0
}

.layui-layer-rim {
	border: 6px solid #8d8d8d;
	border: 6px solid rgba(0,0,0,.3);
	border-radius: 5px;
	box-shadow: none
}

.layui-layer-msg {
	min-width: 180px;
	border: 1px solid #d3d4d3;
	box-shadow: none
}

.layui-layer-hui {
	min-width: 100px;
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	border: none
}

.layui-layer-hui .layui-layer-content {
	padding: 12px 25px;
	text-align: center
}

.layui-layer-dialog .layui-layer-padding {
	padding: 20px 20px 20px 55px;
	text-align: left
}

.layui-layer-page .layui-layer-content {
	position: relative;
	overflow: auto
}

.layui-layer-iframe .layui-layer-btn,.layui-layer-page .layui-layer-btn {
	padding-top: 10px
}

.layui-layer-nobg {
	background: 0 0
}

.layui-layer-iframe iframe {
	display: block;
	width: 100%
}

.layui-layer-loading {
	border-radius: 100%;
	background: 0 0;
	box-shadow: none;
	border: none
}

.layui-layer-loading .layui-layer-content {
	width: 60px;
	height: 24px;
	background: url(loading-0.gif) no-repeat
}

.layui-layer-loading .layui-layer-loading1 {
	width: 37px;
	height: 37px;
	background: url(loading-1.gif) no-repeat
}

.layui-layer-ico16,.layui-layer-loading .layui-layer-loading2 {
	width: 32px;
	height: 32px;
	background: url(loading-2.gif) no-repeat
}

.layui-layer-tips {
	background: 0 0;
	box-shadow: none;
	border: none
}

.layui-layer-tips .layui-layer-content {
	position: relative;
	line-height: 22px;
	min-width: 12px;
	padding: 8px 15px;
	font-size: 12px;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	background-color: #000;
	color: #fff
}

.layui-layer-tips .layui-layer-close {
	right: -2px;
	top: -1px
}

.layui-layer-tips i.layui-layer-TipsG {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 8px;
	border-color: transparent;
	border-style: dashed
}

.layui-layer-tips i.layui-layer-TipsB,.layui-layer-tips i.layui-layer-TipsT {
	left: 5px;
	border-right-style: solid;
	border-right-color: #000
}

.layui-layer-tips i.layui-layer-TipsT {
	bottom: -8px
}

.layui-layer-tips i.layui-layer-TipsB {
	top: -8px
}

.layui-layer-tips i.layui-layer-TipsL,.layui-layer-tips i.layui-layer-TipsR {
	top: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000
}

.layui-layer-tips i.layui-layer-TipsR {
	left: -8px
}

.layui-layer-tips i.layui-layer-TipsL {
	right: -8px
}

.layui-layer-lan[type=dialog] {
	min-width: 280px
}

.layui-layer-lan .layui-layer-title {
	background: #4476a7;
	color: #fff;
	border: none
}

.layui-layer-lan .layui-layer-btn {
	padding: 5px 10px 10px;
	text-align: right;
	border-top: 1px solid #e9e7e7
}

.layui-layer-lan .layui-layer-btn a {
	background: #fff;
	border-color: #e9e7e7;
	color: #333
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
	background: #c9c5c5
}

.layui-layer-molv .layui-layer-title {
	background: #009f95;
	color: #fff;
	border: none
}

.layui-layer-molv .layui-layer-btn a {
	background: #009f95;
	border-color: #009f95
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
	background: #92b8b1
}

.layui-layer-iconext {
	background: url(icon-ext.png) no-repeat
}

.layui-layer-prompt .layui-layer-input {
	display: block;
	width: 230px;
	height: 36px;
	margin: 0 auto;
	line-height: 30px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
	color: #333
}

.layui-layer-prompt textarea.layui-layer-input {
	width: 300px;
	height: 100px;
	line-height: 20px;
	padding: 6px 10px
}

.layui-layer-prompt .layui-layer-content {
	padding: 20px
}

.layui-layer-prompt .layui-layer-btn {
	padding-top: 0
}

.layui-layer-tab {
	box-shadow: 1px 1px 50px rgba(0,0,0,.4)
}

.layui-layer-tab .layui-layer-title {
	padding-left: 0;
	overflow: visible
}

.layui-layer-tab .layui-layer-title span {
	position: relative;
	float: left;
	min-width: 80px;
	max-width: 260px;
	padding: 0 20px;
	text-align: center;
	overflow: hidden;
	cursor: pointer
}

.layui-layer-tab .layui-layer-title span.layui-this {
	height: 43px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #fff;
	z-index: 10
}

.layui-layer-tab .layui-layer-title span:first-child {
	border-left: none
}

.layui-layer-tabmain {
	line-height: 24px;
	clear: both
}

.layui-layer-tabmain .layui-layer-tabli {
	display: none
}

.layui-layer-tabmain .layui-layer-tabli.layui-this {
	display: block
}

.layui-layer-photos {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.layui-layer-photos .layui-layer-content {
	overflow: hidden;
	text-align: center
}

.layui-layer-photos .layui-layer-phimg img {
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top
}

.layui-layer-imgbar,.layui-layer-imguide {
	display: none
}

.layui-layer-imgnext,.layui-layer-imgprev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	outline: 0;
	blr: expression(this.onFocus=this.blur())
}

.layui-layer-imgprev {
	left: 10px;
	background-position: -5px -5px
}

.layui-layer-imgprev:hover {
	background-position: -33px -5px
}

.layui-layer-imgnext {
	right: 10px;
	background-position: -5px -50px
}

.layui-layer-imgnext:hover {
	background-position: -33px -50px
}

.layui-layer-imgbar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: rgba(0,0,0,.8);
	filter: Alpha(opacity=80);
	color: #fff;
	overflow: hidden;
	font-size: 0
}

.layui-layer-imgtit * {
	display: inline-block;
	vertical-align: top;
	font-size: 12px
}

.layui-layer-imgtit a {
	max-width: 65%;
	overflow: hidden;
	color: #fff
}

.layui-layer-imgtit a:hover {
	color: #fff;
	text-decoration: underline
}

.layui-layer-imgtit em {
	padding-left: 10px;
	font-style: normal
}

@-webkit-keyframes layer-bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

	30% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes layer-bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7)
	}

	30% {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}

	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.layer-anim-close {
	-webkit-animation-name: layer-bounceOut;
	animation-name: layer-bounceOut;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

@media screen and (max-width:1100px) {
	.layui-layer-iframe {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}
}

.layerBtn{
    display: inline-block;
    background: #007FAC;
    color: #fff;
    padding: 5px 15px;
    margin: 0 auto 20px;
    border-radius: 3px;
    cursor: pointer;
}
